
/*=== MEDIA QUERY ===*/
@import url("https://fonts.googleapis.com/css?family=Anaheim|Quattrocento+Sans:400,700");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:300,400,600");
html {
  background-color: #353b43;
  color: #737f8a;
  scroll-behavior: smooth!important;
}

body {
  background-color: white;
  font-family: "Anaheim", sans-serif;
  color: #737f8a;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: "Quattrocento Sans", sans-serif;
  color: #677a8b;
}

p {
  font-family: "Quattrocento Sans", sans-serif;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #04547c;
}

::-webkit-scrollbar {
  width: 12px;
  background-color: #04547c;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #fff;
}

.nav-link {
  cursor: pointer;
}

/*=================================================================
  Basic Setup
==================================================================*/
::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #57cbcc;
}

::selection {
  color: #fff;
  background: #57cbcc;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
}

a {
  color: #fff;
  transition: all 0.3s ease-in 0s;
}

iframe {
  border: 0;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus,
a:hover {
  color: #6CB670;
}

.kill-margin-bottom {
  margin-bottom: 0 !important;
}

.padding-0 {
  padding: 0 !important;
}

.btn {
  background-color: transparent;
  color: #fff;
  padding: 10px 30px;
  border-radius: 0;
  transition: all 0.3s ease-in 0s;
}
.btn:focus {
  color: #ddd;
  box-shadow: none;
}

.btn-transparent {
  border: 1px solid #4e595f;
}
.btn-transparent:hover, .btn-transparent:focus {
  background-color: #8CD4FC;
  border-color: #57cbcc !important;
  color: #fff;
}

.form-control {
  background-color: #2f383d;
  border-radius: 0;
  padding: 5px 10px;
  border: 0 none;
  color: #ddd;
}

.form-control:focus {
  box-shadow: 0 0 0;
}

.form-control::-webkit-input-placeholder {
  /*  Chrome, Safari, Opera  */
  color: #ddd;
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #ddd;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #ddd;
}

.form-control:-ms-input-placeholder {
  /*  Internet Explorer  */
  color: #ddd;
}

.border {
  border-top: 2px solid rgba(236, 239, 241, 0.07);
  height: 1px;
  margin: 15px auto 0;
  position: relative;
  width: 0%;
}
.border:before {
  background-color: #fff;
  content: "";
  height: 6px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  top: -4px;
  width: 50px;
  background-color: #8CD4FC;
}

.color {
  color: #6CB670;
}

.sub-title {
  padding: 0 0 50px;
}

.sub-title > h3 {
  border-left: 3px solid #ddd;
  border-right: 3px solid #ddd;
  display: inline-block;
  padding: 5px 25px;
  text-transform: uppercase;
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

.bg-one {
  background-color: #04547c;
}

.bg-dark {
  background: #242930;
}

.parallax-section {
  background-attachment: fixed !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.no-padding {
  padding: 0 !important;
}

.inline-block {
  display: inline-block;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
}

a {
  transition: all 0.2s ease-in 0s;
}

iframe {
  border: 0;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus,
a:hover {
  color: #57cbcc;
}

.btn-main {
  background: #04547C;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px 35px;
  text-transform: uppercase;
}
.btn-main:hover {
  background: #8CD4FC;
  color: #000;
}

.mt-20 {
  margin-top: 20px;
}

.section {
  padding: 100px 0;
}

#team-skills{
  padding: 100px 0px 0px 0px;
  background: white;
}
@media (max-width: 480px) {
  .section {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .section {
    padding: 50px 0;
  }
        .slidernav {
          justify-content: center !important;
        }
}

.section-sm {
  padding: 70px 0;
}

.section-xs {
  padding: 50px 0;
}

.btn:focus {
  color: #ddd;
}

#home {
  position: relative;
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

.parallax-section {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.preloader {
  background: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sk-cube-grid {
  width: 40px;
  height: 40px;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background: url('../images/Turaco_bird.png');
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
.title {
  padding-bottom: 60px;
}
.title h2 {
  text-transform: capitalize;s
  font-weight: 700;
  font-size: 38px;
  color: black;
}
.title h2 span {
  color: #8CD4FC;
}
.title p {
  color: #666;
}
.title.title-white h2 {
  color: #fff;
}

.bg-gray {
  background: #f9f9f9;
}

.section-bg {
  background: #04547c;
}

.overly {
  position: relative;
}
.overly:before {
  content: "";

  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.header-bradcrumb {
  background: transparent;
}
.header-bradcrumb a,
.header-bradcrumb .active {
  color: #cfcfcf;
  font-weight: 200;
  font-family: "Quattrocento Sans", sans-serif;
}
.header-bradcrumb a:hover {
  color: #57cbcc;
}

.slick-slide {
  outline: none;
}

/* CSS mfp-with-zoom class */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.pagination li {
  margin: 5px;
  display: inline-block;
}
.pagination li a {
  background: #242930;
  border: 0;
  color: #fff;
  border-radius: 0 !important;
}
.pagination li a:focus, .pagination li a:hover, .pagination li a.active {
  background: #57cbcc;
  color: #fff;
  box-shadow: none;
}

.logo {
  margin-top: 10px;
  display: inline-block;
}

.single-page-header {
  background-image: url("../images/about/about-header.jpg");
  background-size: cover;
  padding: 140px 0 70px;
  text-align: center;
  color: #fff;
  position: relative;
}
.single-page-header:before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

/*=================================================================
  Navigation
==================================================================*/
/* #navigation {
  background-color: rgba(16, 22, 54, 0.2);
  border: 0 none;
  margin: 0;

  -webkit-transition: background-color 800ms linear;
  -moz-transition: background-color 800ms linear;
  -ms-transition: background-color 800ms linear;
  -o-transition: background-color 800ms linear;
  transition: background-color 800ms linear;
} */

.navigation {
  background-color: rgb(255 255 255 / 90%);
  width: 100%;
  z-index: 99;
  margin-bottom: 0;
  padding: 10px 0;
  position: -webkit-fixed;
  top: 0;
  position: absolute;
}


.navigation .logo {
  padding: 0;
  height: auto;
  margin-top: 0;
}
.navigation .logo img {
  height: auto;
  width: 50%;
}
.navigation .navigation-menu li a.active {
      border-bottom: 1px solid black !important;
}
.navigation .navigation-menu a {
  padding-left: 15px !important;
  padding-right: 15px !important;
  font-size: 16px;
  color: #000000 !important;
}
.navigation .navigation-menu a:hover, .navigation .navigation-menu a:focus {
  background: transparent;
  color: #57cbcc !important;
}

.navbar-toggle {
  border: 1px solid #fff;
  border-radius: 0;
}
.navbar-toggle span {
  background: #fff;
}

.bg-1 {
  background-image: url("../images/backgrounds/bg-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.navbar-nav {
  float: right;
  margin: 0;
}



.hero-area {
  background-size: cover;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.hero-area p{
  color: white;
}
.hero-area .block {
  text-align: center;
  z-index: 99;
}

.hero-area .block h1 {
  font-size: 3em;
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .hero-area .block h1 {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .containerslider {
      width: 100%!important;
      margin: 0 auto;
      padding: 0px!important;
    }
    .cta-text h4 {
       text-align: left;
    }
    .footer-logo {
      justify-content: center;
      margin: auto;
      display: flex;
      padding: 0px 0 3em 0;
    }
    .footer-widget-heading h3 {
      text-align: left;
    }
    
  .hero-area .block h1 {
    font-size: 2.5em;
  }
    .navigation .navigation-menu a {
      text-align: center;
    }
    .navbar-nav {
      float: none;
      margin: 0;
      background: #0c3b51;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {text-align: center;
    font-size: 1.7em;}

        p {
          text-align: center;
          font-size: 1.1em;
        }

        .navigation .logo img {
          
          width: 40%;
        }

         #flex {
            display: flex;
            flex-direction: column;
        }
  
        #a{
            order: 1;
        }
  
        #b {
            order: 2;
        }
  
        #c {
            order: 4;
        }

        #d {
            order: 3;
        }

        #first{
          order: 2;
        }

        #first {
          order: 1;
        }

        #team-skills{
              padding-bottom: 5em;
        }

        .navbar-dark .navbar-toggler {
          border-color: rgb(255 255 255);
        }

        .navbar-toggler {
          padding: 0.2rem 0.2rem;
        }

}


}
.hero-area .block p {
  color: #fff;
  font-size: 1.3em;
  width: 100%;
  margin: 0 auto;
}
.hero-area .block .btn-transparent {
  margin-top: 40px;
  border-color: #fff;
  padding: 14px 50px;
  font-size: 18px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}

.overlay {
  position: relative;
}
.overlay::before {
  content: "";
  background:rgb(4 84 124 / 45%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  left: 0;
}

.dark-bg {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
}

/*=================================================================
  About us section
==================================================================*/
.about p{
  color: #ffffffb3;
}
.about h3 {
  color: #fff;
}
.about .block {
  padding: 30px;
  border-bottom: 2px solid transparent;
  transition: 0.5s all;
  margin-bottom: 20px;
}

.about .block:hover{
  transform: translateY(-20px);
}
.about .block .icon-box {
  position: relative;
  width: 160px;
  height: 92.38px;
  background-color: transparent;
  margin: 46.19px auto 60px;
  padding: 20px 0;
  border-left: 2px solid rgba(236, 239, 241, 0.07);
  border-right: 2px solid rgba(236, 239, 241, 0.07);
  font-size: 50px;
  transform: translateZ(0px);
  transition-duration: 0.3s;
  transition-property: transform;
}
.about .block .icon-box:after, .about .block .icon-box:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 113.14px;
  height: 113.14px;
  background-color: inherit;
  left: 20.4315px;
  transform: scaleY(0.5774) rotate(-45deg);
}
.about .block .icon-box:before {
  top: -56.5685px;
  border-top: 2px solid rgba(236, 239, 241, 0.07);
  border-right: 2px solid rgba(236, 239, 241, 0.07);
}
.about .block .icon-box:after {
  bottom: -56.5685px;
  border-bottom: 2px solid rgba(236, 239, 241, 0.07);
  border-left: 2px solid rgba(236, 239, 241, 0.07);
}
.about .block .icon-box h3 {
  color: #afbac4;
}

/*=================================================================
 Call To Action 1
==================================================================*/
.call-to-action {
  background-attachment: fixed;
}
.call-to-action h2 {
  font-weight: 700;
  color: #444;
}
.call-to-action p {
  font-size: 16px;
  color: #666;
}
.call-to-action .btn-main {
  margin-top: 20px;
}

/*=================================================================
 Call To Action 2
==================================================================*/
.call-to-action-2 {
  padding: 100px 0;
  background-image: url("../images/call-to-action/call-to-action-bg.jpg");
  background-size: cover;
  color: #fff;
}
.call-to-action-2 h2 {
  line-height: 1.5;
}
.call-to-action-2 p {
  color: #fff;
}
.call-to-action-2 .btn-main {
  margin-top: 20px;
}

.contact-us {
  padding-top: 50px;
  background: white!important;
}

.contact-form {
  margin-bottom: 60px;
}
.contact-form .form-control {
  background-color: transparent;
  border: 1px solid rgba(236, 239, 241, 0.07);
  height: 45px;
}
.contact-form textarea.form-control {
  padding: 10px;
  height: 120px;
}

.contact-form input:hover,
.contact-form textarea:hover,
#contact-submit:hover {
  border-color: #57cbcc;
}

#contact-submit {
  border: 1px solid rgba(236, 239, 241, 0.07);
  background: #57cbcc;
  padding: 12px 0;
  width: 100%;
  margin: 0;
}

.google-map #map_canvas {
  height: 400px;
}

.contact-info p {
  margin-bottom: 25px;
}

.con-info {
  margin-bottom: 20px;
}

.con-info i,
.con-info span {
  float: left;
}

.con-info span {
  margin: -5px 0 0 15px;
}

.error {
  display: none;
  padding: 10px;
  color: #D8000C;
  border-radius: 4px;
  font-size: 13px;
  background-color: #FFBABA;
}

.success {
  background-color: #6cb670;
  border-radius: 4px;
  color: #fff;
  display: none;
  font-size: 13px;
  padding: 10px;
}

#map {
  height: 370px;
  width: 100%;
}



/*=================================================================
  Pricing section
==================================================================*/
.price-item {
  border: 1px solid rgba(236, 239, 241, 0.07);
  padding-bottom: 30px;
  margin: 15px 0;
}

.price-title {
  background-color: #292F36;
  padding: 30px 0 20px;
}
.price-title h3 {
  color: #57cbcc;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.price-title p {
  font-size: 18px;
  font-weight: 400;
}
.price-title .value {
  color: #57cbcc;
  font-size: 30px;
}

.pricing li {
  padding: 10px 0;
}
.pricing li:last-child {
  border-bottom: 1px solid rgba(236, 239, 241, 0.07);
  margin-bottom: 20px;
}
.pricing li:nth-child(2n) {
  background-color: #292F36;
}
.pricing li .btn {
  text-transform: uppercase;
  margin: 20px 0;
}

/*=================================================================
  Portfolio section
==================================================================*/
.portfolio-filter {
  margin-bottom: 20px;
  text-align: center;
}
.portfolio-filter button {
  border: none;
  outline: none;
  border: 1px solid rgba(236, 239, 241, 0.07);
  background: transparent;
  display: inline-block;
  font-size: 16px;
  padding: 6px 20px;
  font-weight: 700;
  color: #737f8a;
  transition: 0.3s all;
}
.portfolio-filter button.active {
  border: 1px solid #57cbcc;
  color: #57cbcc;
}

.portfolio-items-wrapper .mix {
  padding: 5px;
}

.portfolio-block {
  position: relative;
  margin-top: 30px;
}
.portfolio-block:before {
  transition: all 0.3s ease-in-out;
  background: rgb(255, 255, 255);
  opacity: 0;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  position: absolute;
  content: "";
}
.portfolio-block img {
  width: 100%;
  height: auto;
}
.portfolio-block:hover:before {
  opacity: 1;
}
.portfolio-block:hover .caption h4 {
  top: 45%;
}
.portfolio-block:hover .caption {
  opacity: 1;
  top: 50%;
}
.portfolio-block .caption {
  position: absolute;
  top: 60%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  z-index: 9;
  transition: all 0.2s ease-in-out;
  text-align: center;
  width: 80%;
}
.portfolio-block .caption h4 {
  font-size: 16px;
  font-weight: 600;
}
.portfolio-block .caption h4 a {
  color: #555;
}
.portfolio-block .caption .search-icon {
  background: #57cbcc;
  width: 45px;
  height: 45px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  border-radius: 30px;
  margin-bottom: 20px;
}
.portfolio-block .caption .search-icon i {
  line-height: 45px;
}

/*=================================================================
  Services section
==================================================================*/
#services {
  background: url('../images/woods.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

#services h3{
  color: #677a8b;
}
.service-block {
  padding: 60px 20px;
  border-left: 1px solid rgb(140 212 252);
  margin-bottom: 40px;
}
.service-block .service-icon {
  margin-bottom: 10px;
  font-size: 50px;
}

.service-block p{
  color: #677a8b;
}

/*=================================================================
  Services section 2
==================================================================*/
.service-2 .service-item {
  border: 1px solid #eee;
  margin-bottom: 30px;
  padding: 50px 20px;
  transition: all 0.3s ease 0s;
}
.service-2 .service-item:hover {
  box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
}
.service-2 .service-item:hover i {
  background: #fff;
  color: #57cbcc;
}
.service-2 .service-item i {
  font-size: 30px;
  display: inline-block;
  background: #57cbcc none repeat scroll 0 0;
  border-radius: 30px;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  height: 55px;
  line-height: 55px;
  margin-bottom: 20px;
  width: 55px;
  transition: all 0.3s ease 0s;
}

/*=================================================================
  Our skills
==================================================================*/
.skill-bar p {
  font-size: 18px;
  margin-bottom: 0;
}
.skill-bar p span {
  font-style: italic;
  font-size: 30px;
  color: rgba(187, 187, 187, 0.34);
  display: inline-block;
  vertical-align: middle;
}
.skill-bar .progress {
  height: 6px;
  border-radius: 0;
}
.skill-bar .progress .progress-bar {
  background: #57cbcc;
}
.skill-bar li:not(:last-child) {
  margin-bottom: 25px;
}

/*=================================================================
  Our Team
==================================================================*/
.team-member {
  background-color: #292F36;
  margin: 15px 0;
}
.team-member:hover .mask {
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotateY(0deg) scale(1, 1);
}

.member-photo {
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .member-photo {
    text-align: center;
  }
  .service-block .service-icon {
    display: none;
  }
}
.member-photo:hover img {
  transform: scale(1.2);
}
.member-photo img {
  transition: all 0.4s ease 0s;
}
@media (max-width: 768px) {
  .member-photo img {
    display: inline-block;
  }
    .counter-section {
      padding: 5em 0;
          flex-direction: inherit!important;
              display: table!important;
    }
}
.member-photo .mask {
  background-color: rgba(87, 203, 204, 0.7);
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s ease-out 0s;
  transform: rotateY(180deg) scale(0.5, 0.5);
}
.member-photo .mask ul {
  text-align: center;
  position: relative;
  top: 125px;
}
.member-photo .mask ul li a {
  border: 1px solid #fff;
  color: #fff;
  display: block;
  font-size: 20px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.member-photo .mask ul li a:hover {
  background-color: #fff;
  color: #57cbcc;
  border: 1px solid transparent;
}

.member-meta {
  padding: 15px;
}
.member-meta h4 {
  margin: 0 0 5px;
}
.member-meta span {
  font-size: 12px;
}

/*=================================================================
  Testimonial section
==================================================================*/
.testimonial:before {
  background: rgba(42, 48, 55, 0.7);
}

.client-info {
  margin: 0 auto;
  width: 55%;
}
@media (max-width: 992px) {
  .client-info {
    width: 75%;
  }
}
@media (max-width: 768px) {
  .client-info {
    width: 90%;
  }
}

.client-comment p {
  color: #afbac4;
  font-size: 18px;
  margin-bottom: 0;
}

.client-thumb img {
  border-radius: 50%;
  margin: 0 auto;
  max-width: 115px;
  width: 100%;
}

.client-meta {
  margin: 0 0 10px;
}
.client-meta h3 {
  margin: 15px 0 5px 0;
}
.client-meta span {
  font-size: 12px;
}

.owl-pagination,
.owl-buttons {
  text-align: center;
}

.owl-controls .owl-page {
  display: inline-block;
}

.owl-controls .owl-page span {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50px;
  display: block;
  height: 13px;
  margin: 0 4px;
  width: 13px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.owl-controls .owl-page.active span,
.owl-controls .owl-page:hover span {
  background-color: #57cbcc;
  border: 2px solid transparent;
}

.our-clients {
  margin: 30px 0 0;
}

#our-clietns .item img {
  max-width: 150px;
  width: 100%;
}

#our-clietns .owl-next,
#our-clietns .owl-prev {
  border: 1px solid #ddd;
  border-radius: 50px;
  display: inline-block;
  margin: 45px 0 0;
  padding: 3px 15px;
  position: relative;
  text-align: center;
}

#our-clietns .owl-next i,
#our-clietns .owl-prev i {
  line-height: 34px;
}

#our-clietns .owl-prev {
  margin-right: 15px;
}

#our-clients .item {
  margin: 10px;
}

/*=================================================================
  Latest Posts
==================================================================*/
.note {
  background-color: #292F36;
  border: 1px solid #4e595f;
}

/*=================================================================
  Footer section
==================================================================*/
.social-icon {
    padding: 30px 0 0px;
}
.social-icon ul {
  text-align: center;
}
.social-icon ul li {
  margin-bottom: 4px;
}
.social-icon ul li:hover a {
  background-color: #57cbcc;
  transform: rotateY(0deg);
}
.social-icon ul li:hover a i {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotateY(0deg);
}
.social-icon ul li a {
  background-color: #04547c;
  border: 1px solid transparent;
  display: block;
  height: 70px;
  width: 70px;
  transform: rotateY(180deg);
  transition: all 400ms ease-out 0s;
}

.cont{
  color: white!important;
}
@media (max-width: 768px) {
  .social-icon ul li a {
    width: 55px;
    height: 55px;
  }
}
.social-icon ul li a i {
  color: #55606a;
  display: inline-block;
  font-size: 32px;
  line-height: 70px;
  margin: 0;
  opacity: 0.3;
  filter: alpha(opacity=30);
  transform: rotateY(180deg);
  transition: all 400ms ease-out 0s;
}
@media (max-width: 768px) {
  .social-icon ul li a i {
    line-height: 55px;
    font-size: 25px;
  }
    .copyright img {
      margin-bottom: 15px;
      width: 15%!important ;
    }
}

.copyright {
  padding: 20px 0;
  color: #fff;
}
.copyright img {
  margin-bottom: 15px;
  width: 5% ;
}
.copyright p, a {
  margin-top: 10px;
  color: #ffffff85;
}

#scrollUp {
  border: 1px solid #4e595f;
  bottom: 15px;
  color: #fff;
  display: none;
  padding: 8px 12px;
  position: fixed;
  right: 20px;
  z-index: 600;
}

#scrollUp:hover {
  background-color: #57cbcc;
  border: 1px solid #57cbcc;
}

/* Slider */
.slick-slide {
  margin: 0px 20px;
}

.customer-logos {
  overflow: inherit;
  border-bottom: 1px solid #000000;
}

.slick-slide img {
  width: 100%;
}

.slick-track::before,
.slick-track::after {
  display: table;
  content: '';
}

.slick-track::after {
  clear: both;
}

.slick-track {
  padding: 1rem 0;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  background: url(https://raw.githubusercontent.com/solodev/infinite-logo-carousel/master/images/arrow.svg?sanitize=true) center no-repeat;
  color: #fff;
  filter: invert(77%) sepia(32%) saturate(1%) hue-rotate(344deg) brightness(105%) contrast(103%);
  border: none;
  width: 2rem;
  height: 1.5rem;
  text-indent: -10000px;
  margin-top: -16px;
  z-index: 99;
}

.slick-arrow.slick-next {
  right: -40px;
  transform: rotate(180deg);
}

.slick-arrow.slick-prev {
  left: -40px;
}

/* Media Queries */

@media (max-width: 768px) {
  .slick-arrow {
    width: 1rem;
    height: 1rem;
  }

    .line-2 {
      position: relative;
      top: 50%;
      width: 24em;
      margin: 0 auto;
      font-size: 1em!important;

}
}

body {
  background-color: #010101;
}

.row {
  overflow: hidden;
}

/* JsFiddle Example only/don't use */
.customer-logos {
  margin-top: 0px;
}

.line-1 {
  position: relative;
  top: 50%;
  width: 24em;
  margin: 0 auto;
  border-right: 2px solid rgba(255, 255, 255, 0);
  font-size: 180%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  transform: translateY(-50%);
}

/* Animation */
.anim-typewriter {
  animation: typewriter1 7s steps(55) 1s 1 normal both,
  blinkTextCursor1 50ms steps(55) normal;
}


@keyframes typewriter {
  from {
    width: 0;
  }

  to {
    width: 24em;
  }
}

@keyframes blinkTextCursor {
  from {
    border-right-color: rgba(255, 255, 255, 0);
  }

  to {
    border-right-color: transparent;
  }
}

.line-2 {
  position: relative;
  top: 50%;
  width: 24em;
  margin: 0 auto;
  border-right: 2px solid rgba(255, 255, 255, 0);
  font-size: 180%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  transform: translateY(-50%);
}

/* Animation */
.anim-typewriter1 {
  animation: typewriter 3.5s steps(60) 2.5s 1 normal both,
  blinkTextCursor 500ms steps(60) normal;
}


@keyframes typewriter1 {
  from {
    width: 0;
  }

  to {
    width: 24em;
  }
}

@keyframes blinkTextCursor1 {
  from {
    border-right-color: rgba(255, 255, 255, 0);
  }

  to {
    border-right-color: transparent;
  }
}

#banner .scrolldown {
  position: absolute;
  left: 50%;
  bottom: 18%;
  scroll-behavior: smooth;
}

#banner .scrolldown .scroll {
  border-radius: 100px;
  width: 25px;
  height: 45px;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -15px;
  display: inline-block;
  border: 1px solid #fff;
  z-index: 99;
  scroll-behavior: smooth;
}

#banner .scrolldown .scroll:after {
  background: #fff;
  border-radius: 300px;
  width: 4px;
  height: 9px;
  position: absolute;
  top: 10px;
  left: 50%;
  margin: 0 0 0 -2px;
  display: block;
  content: " ";
  scroll-behavior: smooth;
  -webkit-animation: wiggle 0.5s linear 0s infinite alternate;
  -moz-animation: wiggle 0.5s linear 0s infinite alternate;
  -o-animation: wiggle 0.5s linear 0s infinite alternate;
  animation: wiggle 0.5s linear 0s infinite alternate;
}

/* animation keyfrem */
@-webkit-keyframes wiggle {
  from {
    top: 10px;
  }

  to {
    top: 20px;
  }
}

@-moz-keyframes wiggle {
  from {
    top: 10px;
  }

  to {
    top: 20px;
  }
}

@-o-keyframes wiggle {
  from {
    top: 10px;
  }

  to {
    top: 20px;
  }
}

@keyframes wiggle {
  from {
    top: 10px;
  }

  to {
    top: 20px;
  }
}








/* NEW CODE FOR ADDIOTIONAL WEBSITE STUFF */

.crossfade>figure {
  animation: imageAnimation 16s linear infinite 0s;
  backface-visibility: hidden;
  color: transparent;
  height: 100%;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;

  width: 95.238095%;
  z-index: 0;
  transform: scale(1.05);
  background-size: cover !important;
  transform-origin: 0 0;
}

.crossfade>figure:nth-child(1) {
  background: url(http://i.imgur.com/K3mPv14.jpg) no-repeat top center fixed;
  background-attachment: fixed;
}

.crossfade>figure:nth-child(2) {
  animation-delay: 4s;
  background: url(http://i.imgur.com/SBEmFpv.jpg) no-repeat top center fixed;
  background-attachment: fixed;
}

.crossfade>figure:nth-child(3) {
  animation-delay: 8s;
  background: url(http://i.imgur.com/emvhOnb.jpg) no-repeat top center fixed;
  background-attachment: fixed;
}

.crossfade>figure:nth-child(4) {
  animation-delay: 12s;
  background: url(http://i.imgur.com/2LSMCmJ.jpg) no-repeat top center fixed;
  background-attachment: fixed;
}

.crossfade>figure:nth-child(5) {
  animation-delay: 16s;
  background: url(http://i.imgur.com/TVGe0Ef.jpg) no-repeat top center fixed;
  background-attachment: fixed;
}

/* .crossfade>figure:nth-child(5) {
  animation-delay: 24s;
  background: url("../images/banner/home5.jpg") no-repeat top center fixed;
  background-attachment: fixed;
} */

@keyframes imageAnimation {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
  }

  8% {
    animation-timing-function: ease-out;
    opacity: 1;
  }

  17% {
    opacity: 1;
  }

  25% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.slider{
  background-color: rgb(255 255 255 / 0%);
}

.slidernav {
  margin: auto;
  justify-content: center;
  display: grid;
}

.slider-menu .slidernav .slider-menu1 .nav-item a {
  color: #ffffff !important;
}
.slider-menu .slidernav .slider-menu1 .nav-item a:hover,
.slider-menu .slidernav .slider-menu1 .nav-item a:focus {
  background: transparent;
  color: #57cbcc !important;
}
#dropdown-menu a {
  color: #000 !important;
  border-bottom: 1px solid #0000002e;
}

.dropdown-menu{
  background: #0c3b51!important;
}

.slider-menu .slidernav .slider-menu1 .nav-item a.active {
  border-bottom: 1px solid #ffffff !important;
}

/** about us **/


                #about a,
                #about a:hover,
                #about a:focus,
                #about a:active {
                  text-decoration: none;
                  outline: none;
                }
        
                #about a,
                #about a:active,
                #about a:focus {
                  color: #333;
                  text-decoration: none;
                  transition-timing-function: ease-in-out;
                  -ms-transition-timing-function: ease-in-out;
                  -moz-transition-timing-function: ease-in-out;
                  -webkit-transition-timing-function: ease-in-out;
                  -o-transition-timing-function: ease-in-out;
                  transition-duration: .2s;
                  -ms-transition-duration: .2s;
                  -moz-transition-duration: .2s;
                  -webkit-transition-duration: .2s;
                  -o-transition-duration: .2s;
                }
        
                #about ul {
                  margin: 0;
                  padding: 0;
                  list-style: none;
                }
        
                #about img {
                  max-width: 100%;
                  height: auto;
                }
        
                #about span,
                #about a,
                #about a:hover {
                  display: inline-block;
                  text-decoration: none;
                  color: #8CD4FC;
                }
        
                .section-head {
                  margin-bottom: 60px;
                }
        
                .section-head h4 {
                  position: relative;
                  padding: 0;
                  color: #8CD4FC;
                  line-height: 1;
                  letter-spacing: 0.3px;
                  font-size: 34px;
                  font-weight: 700;
                  text-align: center;
                  text-transform: none;
                  margin-bottom: 30px;
                }
        
                .section-head h4:before {
                  content: '';
                  width: 60px;
                  height: 3px;
                  background: #8CD4FC;
                  position: absolute;
                  left: 0px;
                  bottom: -10px;
                  right: 0;
                  margin: 0 auto;
                }
        
                .section-head h4 span {
                  font-weight: 700;
                  padding-bottom: 5px;
                  color: #2f2f2f
                }
        
                p.service_text {
                  color: #cccccc !important;
                  font-size: 16px;
                  line-height: 28px;
                  text-align: center;
                }
        
                .section-head p,
                p.awesome_line {
                  color: #ffffff;
                  font-size: 16px;
                  line-height: 28px;
                  text-align: center;
                }
        
                .extra-text {
                  font-size: 34px;
                  font-weight: 700;
                  color: #2f2f2f;
                  margin-bottom: 25px;
                  position: relative;
                  text-transform: none;
                }
        
                .extra-text::before {
                  content: '';
                  width: 60px;
                  height: 3px;
                  background: #8CD4FC;
                  position: absolute;
                  left: 0px;
                  bottom: -10px;
                  right: 0;
                  margin: 0 auto;
                }
        
                .extra-text span {
                  font-weight: 700;
                  color: #8CD4FC;
                }
        
                .item {
                  background: #04547c;
                  text-align: center;
                  padding: 30px 25px;
                  -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
                  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
                  border-radius: 20px;
                  border: 5px solid rgba(0, 0, 0, 0.07);
                  margin-bottom: 30px;
                  -webkit-transition: all .5s ease 0;
                  transition: all .5s ease 0;
                  transition: all 0.5s ease 0s;
                }
        
                .item:hover {
                  background: #8CD4FC;
                  box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.2);
                  -webkit-transition: all .5s ease 0;
                  transition: all .5s ease 0;
                  transition: all 0.5s ease 0s;
                }
        
                .item:hover .item,
                .item:hover span.icon {
                  background: #fff;
                  border-radius: 10px;
                  -webkit-transition: all .5s ease 0;
                  transition: all .5s ease 0;
                  transition: all 0.5s ease 0s;
                }
        
                .item:hover h6,
                .item:hover p {
                  color: #fff;
                  -webkit-transition: all .5s ease 0;
                  transition: all .5s ease 0;
                  transition: all 0.5s ease 0s;
                }
        
                .item .icon {
                  font-size: 40px;
                  margin-bottom: 25px;
                  color: #8CD4FC;
                  width: 90px;
                  height: 90px;
                  line-height: 96px;
                  border-radius: 50px;
                }
        
                .item .feature_box_col_one {
                  background: rgb(255 255 255 / 5%);
                  color: white
                }
        
                .item .feature_box_col_two {
                  background: rgba(255, 77, 28, 0.15);
                  color: #8CD4FC
                }
        
                .item .feature_box_col_three {
                  background: rgba(0, 147, 38, 0.15);
                  color: #8CD4FC
                }
        
                .item .feature_box_col_four {
                  background: rgba(0, 108, 255, 0.15);
                  color: #8CD4FC
                }
        
                .item .feature_box_col_five {
                  background: rgba(146, 39, 255, 0.15);
                  color: #8CD4FC
                }
        
                .item .feature_box_col_six {
                  background: rgba(23, 39, 246, 0.15);
                  color: #8CD4FC
                }
        
                .item p {
                  font-size: 15px;
                  line-height: 26px;
                }
        
                .item h6 {
                  margin-bottom: 20px;
                  color: #ffffff;
                }
        
                .mission p {
                  margin-bottom: 10px;
                  font-size: 15px;
                  line-height: 28px;
                  font-weight: 500;
                }
        
                .mission i {
                  display: inline-block;
                  width: 50px;
                  height: 50px;
                  line-height: 50px;
                  text-align: center;
                  background: #8CD4FC;
                  border-radius: 50%;
                  color: #fff;
                  font-size: 25px;
                }
        
                .mission .small-text {
                  margin-left: 10px;
                  font-size: 13px;
                  color: #666;
                }
        
                .skills {
                  padding-top: 0px;
                }
        
                .skills .prog-item {
                  margin-bottom: 25px;
                }
        
                .skills .prog-item:last-child {
                  margin-bottom: 0;
                }
        
                .skills .prog-item p {
                  font-weight: 500;
                  font-size: 15px;
                  margin-bottom: 10px;
                }
        
                .skills .prog-item .skills-progress {
                  width: 100%;
                  height: 10px;
                  background: #e0e0e0;
                  border-radius: 20px;
                  position: relative;
                }
        
                .skills .prog-item .skills-progress span {
                  position: absolute;
                  left: 0;
                  top: 0;
                  height: 100%;
                  background: #8CD4FC;
                  width: 10%;
                  border-radius: 10px;
                  -webkit-transition: all 1s;
                  transition: all 1s;
                }
        
                .skills .prog-item .skills-progress span:after {
                  content: attr(data-value);
                  position: absolute;
                  top: -5px;
                  right: 0;
                  font-size: 10px;
                  font-weight: 600;
                  color: #fff;
                  background: rgba(0, 0, 0, 0.9);
                  padding: 3px 7px;
                  border-radius: 30px;
                }

                                .pt-5,
                                .py-5 {
                                  padding-top: 0rem !important;
                                }


.counter-section {
  background: white;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.counter-section .main-title {
  color: #000;
  margin-bottom: 100px;
  text-align: center;
}

.counter-count {
  text-align: center;
}

.counter-count .count {
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid #000;
  border-radius: 100%;
  color: #000;
  display: flex;
  flex-direction: column;
  font-size: 60px;
  font-weight: 700;
  justify-content: center;
  height: 180px;
  margin: 0 auto 20px;
  width: 180px;
}

.counter-count h3 {
  color: #000;
}

@media (max-width: 1200px) {
  .counter-count .count {
    height: 120px;
    font-size: 40px;
    width: 120px;
  }
}

/* CLient logo */


.containerslider {
  width: 80%;
  margin: 0 auto;
  padding: 40px;
}

.center {
  text-align: center;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.client-slider {
    padding-top: 0px;
      padding-bottom: 0px;
}


/* Client testimonies */

/* bg color 

49a6e9

 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,700&display=swap");



/***************************
****************************
container
****************************
***************************/


/***************************
****************************
    Title & border
****************************
***************************/



#title-border {
  height: 2px;
  width: 100%;
  background-color: var(--primery-blue);
  margin-bottom: 5em;
}

/***************************
****************************
       image section
****************************
***************************/

.review-container {
width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--card-bg);
  box-shadow: #bed1df 0 0px 10px 10px;
  padding: 2em;
  border-radius: 5px;
  margin: auto;
}

.img-container {
  width: 150px;
  height: 150px;
  margin: auto;
  margin-bottom: 1em;
}

.review-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  position: relative;
  box-shadow: 5px -5px var(--primery-blue);
}

/***************************
****************************
        Name & text
****************************
***************************/

.review-name {
  font-family: var(--ff-primary);
  text-transform: capitalize;
  letter-spacing: 0.1em;
  font-size: 1em;
  color: var(--title-clr);
  margin-bottom: 1em;
}

.review-job {
  font-family: sans-serif;
  text-transform: uppercase;
  font-size: 0.85em;
  color: var(--primery-blue);
  margin-bottom: 0.5em;
}

.review-text {
  font-weight: 500;
  font-size: 1.2em;
  font-style: italic;
  margin-top: 1em;
  margin-bottom: 1em;
}

#prev-btn,
#next-btn {
  color: var(--primery-blue);
  font-size: 1.25rem;
  background: transparent;
  border-color: transparent;
  cursor: pointer;
  margin: 1em 0.8em;
}

#clientReview{
  background: white;
}


/* Footer */



.footer-section {
  background: #151414;
  position: relative;
}

.footer-cta {
  border-bottom: 1px solid #373636;
  padding-top: 5rem !important;
}

.single-cta i {
  color: #fff;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}

.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}

.cta-text span {
  color: #ffffffb3;;
  font-size: 15px;
}

.footer-content {
  position: relative;
  z-index: 2;
  margin: 5em 0em 0em 0em;
  padding-bottom: 0px !important;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo img {
  max-width: 200px;
}

.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #ffffffb3;
  line-height: 28px;
}

.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}

.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}

.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

.facebook-bg {
  background: #3B5998;
}

.twitter-bg {
  background: #55ACEE;
}

.google-bg {
  background: #DD4B39;
}

.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: white;
}

.footer-widget ul li {
  display: inline-block;
  float:left;
  width: 50%;
  margin-bottom: 12px;
}

.footer-widget ul li a:hover {
  color: #8CD4FC;
}

.footer-widget ul li a {
  color: #ffffffb3;
  text-transform: capitalize;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
}

.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}

.subscribe-form button {
  position: absolute;
  right: 0;
  background: #04547C;
  padding: 13px 20px;
  border: 1px solid #8CD4FC;
  top: 0;
}

.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}

.copyright-area {
  background: #fff;
  padding: 25px 0;
}

.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}

.copyright-text p a {
  color: #04547c;
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li:hover a {
  color: #8CD4FC;
}

.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

/* Scroll to top */

/*--------------------
 Back to Top Button
---------------------*/
.scrollToTopBtn {
  background-color: #04547C;
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  font-size: 30px;
  line-height: 48px;
  width: 48px;
  /* place it at the bottom right corner */
  position: fixed;
  bottom: 30px;
  right: 30px;
  /* keep it on top of everything else */
  z-index: 100;
  /* hide with opacity */
  opacity: 0;
  /* also add a translate effect */
  transform: translateY(100px);
  /* and a transition */
  transition: all .5s ease
}

.showBtn {
  opacity: 1;
  transform: translateY(0)
}